TO DO LIST (unordered):

-> Make "delete" command also remove the item delimiter of chunks upon "delete item" or "delete line"
-> Finish support for one-line "if"s
-> Fix multi-line comments to generate NEW_LINE() instructions so the line count for error reporting isn't messed up
-> Find bug that sometimes swaps constant values during parsing???
-> Make parsed code saveable and loadable a la Java bytecode
-> Make it possible to keep around variable name --> variable stack location mappings
-> Make "do" execute in same context as current handler and make it possible to add variables at runtime
-> Make instructions and syntax structures more OOP, but maintain specifying them inline
-> Write a command-line debugger for scripts, including a "message box", and "variable watcher".
-> Finish adding exceptions to HyperTalk